set the visible of card field 1 to not the visible of card field 1
if the visible of card field 1 is true then
set the name of me to "Hide Pascal Source"
else set the name of me to "Show Pascal Source"
end mouseUp
-- part 3 (field)
-- low flags: 81
-- high flags: 2007
-- rect: left=12 top=26 right=298 bottom=491
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 22
-- text size: 10
-- style flags: 0
-- line height: 13
-- part name: Source
-- part contents for background part 16
----- text -----
AUXACTIVE XFCN version 1.0
Kevin Calhoun
AuxActive returns true if HyperCard is running under A/UX and false if HyperCard is running under the Macintosh OS. This information is especially useful to developers who rely on XCMD's that may not work under A/UX.
Compatibility of the Dartmouth XCMD's with A/UX:
SerialHandler is known not to work under A/UX, PrintField and TextStream have yet to be tested, and the remainder of the XCMD's and XFCN's in this stack have been tested under A/UX only cursorily. They appear to work, but we recommend that you subject them to your own testing before relying on them for use under any operating system other than Macintosh OS.
-- part contents for card part 3
----- text -----
UNIT AUX;
{ XFCN AuxActive © 1989 by the Trustees of Dartmouth College }